PDF3DRenderModeType Enumeration
In This Topic
Defines the supported modes for rendering the 3D images.
Members
| Member | Description |
| BOUNDING_BOX | Displays the bounding box edges of each node. The color of the bounding box edges is determined by the auxiliary color. |
| HIDDEN_WIREFRAME | Displays edges in a single color, though removes back-facing and obscured edges. The color of these edges is determined by the auxiliary color. |
| ILLUSTRATION | Displays silhouette edges with surfaces, removes obscured lines. The color of these edges is determined by the auxiliary color, and the color of the surfaces is determined by the face color. |
| SHADED_ILLUSTRATION | Displays silhouette edges with lit and textured surfaces and an additional emissive term to remove poorly lit areas of the artwork. The color of these edges is determined by the auxiliary color. |
| SHADED_VERTICES | Displays only vertices, though uses their vertex color and applies lighting. The auxiliary color is ignored. |
| SHADED_WIREFRAME | Displays only edges and applies lighting. The auxiliary color is ignored. |
| SOLID | Displays textured and lit geometric shapes. The auxiliary color is ignored. |
| SOLID_OUTLINE | Displays silhouette edges with lit and textured surfaces, removes obscured lines. The color of these edges is determined by the auxiliary color. |
| SOLID_WIREFRAME | Displays textured and lit geometric shapes (triangles) with single color edges on top of them. The color of these edges is determined by the auxiliary color. |
| TRANSPARENT | Displays textured and lit geometric shapes (triangles) with an added level of transparency. The auxiliary color is ignored. |
| TRANSPARENT_BOUNDING_BOX | Displays bounding boxes faces of each node with an added level of transparency. The color of the bounding box faces is determined by the face color. |
| TRANSPARENT_BOUNDING_BOX_OUTLINE | Displays bounding boxes edges and faces of each node with an added level of transparency. The color of the bounding box edges is determined by the auxiliary color. The color of the bounding boxes faces is determined by the face color. |
| TRANSPARENT_WIREFRAME | Displays textured and lit geometric shapes (triangles) with an added level of transparency, with single color opaque edges on top of it. The color of these edges is determined by the auxiliary color. |
| VERTICES | Displays only vertices in a single color. The color of these points is determined by the auxiliary color. |
| WIREFRAME | Displays only edges in a single color. The color of these edges is determined by the auxiliary color. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.annotations.a3d.PDF3DRenderModeType
See Also